Description | : Submit a collection of text documents for analysis. Specify a single unique task to be executed immediately. |
Reference | : Link ¶ |
⚼ Request
POST:
/:analyze-text
{
api-version:
string
,
showStats:
boolean
,
body:
}
{
,
kind:
enum
,
}
⚐ Response (200)
{
kind:
enum
,
}
⚐ Response (default)
{
error:
}
{
,
code:
enum
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
enum
,
message:
string
,
details:
object
,
target:
string
,
innererror:
string
,
}